home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / mathgraf.arc / MATHGRAF.HLP < prev    next >
Text File  |  1991-03-03  |  3KB  |  138 lines

  1. 1. Function
  2.  
  3. The function must be in terms of x 
  4. only:  f(x).
  5.  
  6. It can contain:
  7.  
  8. - The variable x
  9. - Any real or integer constant
  10. - p (for PI)
  11. - e (for 2.7182818)
  12. - Any function abreviation listed in 
  13.   the function dialogue box
  14.  
  15. The function must be entered in POSTFIX  
  16. notation. i.e.: you can view the 
  17. function as being evaluated from left to
  18. right. And each time a number or a 
  19. variable is read, it is placed on top of a 
  20. stack. And each time an operator is read
  21. it is applied to the last two or one 
  22. numbers placed on the stack. Then the 
  23. result of the operation is placed on top
  24. of the stack. This method is identical
  25. to the one used some scientific
  26. calculators. There must be at least one
  27. space character between each element of
  28. the function.
  29.  
  30. examples:
  31.  
  32. __________________________________
  33.     infix        |     postfix
  34. _________________|________________
  35.  (3x + 2)        |     3 x * 2 +
  36. _________________|________________
  37.  x raised        |
  38.  to the power    |
  39.  of 3            |     x 3 ^
  40. _________________|________________
  41.  sin(x+2)        |     x 2 + s
  42. _________________|________________
  43.  abs(cos(3*x))   |     x 3 * c a
  44. _________________|________________
  45.  -x              |     x -1 *
  46. _________________|________________
  47.  x modulo 5      |     x 5 m
  48. _________________|________________
  49.  
  50. Note: To obtain -x, multiply x by -1
  51.  
  52. __________________________________________
  53.  
  54. 2. Interval
  55.  
  56. xa,xb,ya,yb can be any real number where
  57. xa < xb and ya < yb
  58.  
  59. The numbers can be in decimal or exponential
  60. notation.
  61.  
  62. examples of valid numbers: 2
  63.                            34.99875
  64.                            2.1E-10
  65.  
  66. ___________________________________________
  67.  
  68. 3. Wider
  69.  
  70. This menu option will enlarge the x and y 
  71. range by a factor of two
  72.  
  73. ___________________________________________
  74.  
  75. 4. Zoom
  76.  
  77. This menu option permits to restrict
  78. the graphic interval. Press the left mouse
  79. button and drag the mouse while holding the
  80. button.
  81.  
  82. ___________________________________________
  83.  
  84. 5. Superimpose, New
  85.  
  86. Superimpose will draw the current function
  87. without erasing the screen. New erases
  88. before drawing.
  89.  
  90. ___________________________________________
  91. 6. Printing
  92.  
  93. A graphic can be printed by copying it to
  94. the clipboard with the copy option in the
  95. menu and then pasting it in a graphics
  96. package such as Micrografix Designer or
  97. Windows Paint. From there, the graphic can
  98. be sent to the printer.
  99.  
  100.   a: Draw your graph
  101.   b: Select the copy option in Mathgraf
  102.   c: Open your graphics package
  103.      (for example Paint)
  104.   d: Select the paste option in the edit
  105.      menu of Paint.
  106.   e: Modify the drawing or print it as it
  107.      is.
  108.  
  109. ___________________________________________
  110.  
  111. 7. Copy 
  112.  
  113. This option copies the current graphic 
  114. window to the clipboard. The contents of the
  115. clipboard can then be pasted in other Windows
  116. graphics programs.
  117. _____________________________________________
  118.  
  119. 8. Origin
  120.  
  121. This function will redraw the current graphic
  122. without changing the interval size but centered
  123. at the origin.             
  124.  
  125. ______________________________________________
  126.      
  127. 9. Save, Save as, Open
  128.  
  129. These functions will save or load a graphics 
  130. definition file containing up to ten distinct
  131. curves. 
  132. ______________________________________________
  133.  
  134. 10. Coordinates
  135.  
  136. The current coordinates of the mouse pointer
  137. are displayed on the screen.
  138. ______________________________________________